projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7f115d
)
trivial-httpd: Add missing include for shutdown() on eglibc
author
Colin Walters
<walters@verbum.org>
Mon, 26 Aug 2013 21:57:43 +0000
(17:57 -0400)
committer
Colin Walters
<walters@verbum.org>
Mon, 26 Aug 2013 21:57:43 +0000
(17:57 -0400)
src/ostree/ot-builtin-trivial-httpd.c
patch
|
blob
|
history
diff --git
a/src/ostree/ot-builtin-trivial-httpd.c
b/src/ostree/ot-builtin-trivial-httpd.c
index 59f624e4dc1c44daba0ea781370dab8d5f49c993..ec9b990fac71a72d822be1e68d88ddabeaa38fd6 100644
(file)
--- a/
src/ostree/ot-builtin-trivial-httpd.c
+++ b/
src/ostree/ot-builtin-trivial-httpd.c
@@
-26,6
+26,8
@@
#include "ostree.h"
#include "otutil.h"
+#include <sys/socket.h>
+
static char *opt_port_file = NULL;
static gboolean opt_daemonize;
static gboolean opt_autoexit;